home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds / rcsinfo.man < prev    next >
Encoding:
Text File  |  1989-01-25  |  1.8 KB  |  49 lines

  1. ' Copyright 1989 Regents of the University of California
  2. ' Permission to use, copy, modify, and distribute this
  3. ' documentation for any purpose and without fee is hereby
  4. ' granted, provided that this notice appears in all copies.
  5. ' The University of California makes no representations about
  6. ' the suitability of this material for any purpose.  It is
  7. ' provided "as is" without express or implied warranty.
  8. ' $Header: /a/newcmds/rcsinfo.prog/RCS/rcsinfo.man,v 1.2 89/01/25 15:20:42 ouster Exp $ SPRITE (Berkeley)
  9. .so \*(]ltmac.sprite
  10. .HS RCSINFO cmds
  11. .BS
  12. .SH NAME
  13. rcsinfo, rcstell \- Generate listing of files that are checked out via RCS
  14. .SH SYNOPSIS
  15. .nf
  16. \fBrcsinfo\fR [\fIoptions\fR] [\fIRCS-directory\fR]
  17. \fBrcstell\fR [\fIoptions\fR] [\fIRCS-directory\fR]
  18. .SH OPTIONS
  19. .IP "\fB\-u\fR" 14
  20. Only list files checked out by the user invoking the program.
  21. .IP "\fB\-s\fR" 14
  22. For \fBrcsinfo\fR, produce no output if no files are locked.
  23. .BE
  24.  
  25. .SH DESCRIPTION
  26. .PP
  27. This program lists files checked out via RCS.  If invoked as
  28. \fBrcsinfo\fR, it prints a verbose description of each file, including
  29. the name of each file, who locked it, its RCS version number, and the
  30. date and time when it was locked.  If invoked as \fBrcstell\fR, this
  31. program prints just the name of each file that is checked out.  (This
  32. may be useful for constructs such as ``\fBrcsdiff\fR
  33. `\fBrcstell\fR`''.)  In each case, the \fB-u\fR option may be used to
  34. restrict output to files locked by the caller.  
  35.  
  36. If no files are locked, \fBrcsinfo\fR prints a message to that effect
  37. unless the \fB-s\fR (silent) option is specified.  \fBrcstell\fR
  38. prints nothing in either case.
  39.  
  40. By default, the program lists files controlled by the subdirectory
  41. \fBRCS\fR.  It may be directed to a different RCS directory by
  42. specifying the name of the directory on the command line.
  43. .SH KEYWORDS
  44. RCS, list, checked out
  45. .SH "SEE ALSO"
  46. rcsdiff
  47.